tools/firmware/Makefile: CONFIG_PV_SHIM: enable only on x86_64
authorIan Jackson <iwj@amdahl.debian.org>
Fri, 12 Oct 2018 17:56:04 +0000 (17:56 +0000)
committerHans van Kranenburg <hans@knorrie.org>
Sun, 11 Jul 2021 12:29:13 +0000 (14:29 +0200)
commitcdbbc895c098befa3b5eedd3d2bc02fe3250b099
treef58a6996d9d494095c39a16f657d38491b84a0e9
parente267c97fdd996f9c9c03536497ff76ba2054d0ec
tools/firmware/Makefile: CONFIG_PV_SHIM: enable only on x86_64

Previously this was *dis*abled for x86_*32*.  But if someone should
run some of this Makefile on ARM, say, it ought not to be built
either.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
tools/firmware/Makefile